Welcome![Sign In][Sign Up]
Location:
Search - vc MDI

Search list

[Other点阵字库编辑软件

Description: 本编辑软件采用vc MDI结构,可以对点阵字库进行编辑,转换相应的点阵格式。
Platform: | Size: 6195930 | Author: mzb881 | Hits:

[Windows Developmdisdi

Description: 在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。-in many management information system forms have some things in common : We can open the menu framework through various types of View window, which is MDI window View some of the features, in the framework of the smallest Window maximize reduction, and click on the menu only have a window (like SDI ). This form of window design gives people with a coherent sense. I have spent VC6.0 attempt to create such a window, now the entire process for you to write down here should contain some insider MFC technology.
Platform: | Size: 27648 | Author: 那时花开 | Hits:

[GUI DevelopMultiView1

Description: 在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪费。-SDI for the Multi-View handoff small procedures, in some cases, there are many applications of information to show that, when a window display at the least, the VC MDI applications can solve this problem, but if the application procedure is a pair of individual files, use various methods to show , using SDI more appropriate. How, then, in single file applications to achieve multi-view? By default, derived class constructor is pretected type, it must be changed to public type, because we will be dynamically generated and derived View Class View switching activities. One can also generate all views, but this system caused a tremendous waste of resources.
Platform: | Size: 65536 | Author: 蔡军 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[Windows Develop20050619

Description: 我想生成一个MDI窗口的介面,但发现用VC实现起来很麻烦,要加很多很多的RUNTIME_CLASS,而且不能实现在主窗口中加入功能选项。就是说生成一个OUTLOOK的主窗口,在主窗口中再 加入多文档窗口(象OFFICE的多文档子窗口)。因此,写了这个CMDIChild的类。-I want to produce one MDI window lie between the surface, but discovers realizes with VC is very troublesome, must add very many very many RUNTIME_CLASS, moreover cannot realize in the host window joins the function option. Is says produces one OUTLOOK the main window, joins the multi- documents window again in the host window (looks like OFFICE the multi- articles window). Therefore, wrote this C$mDIChild kind.
Platform: | Size: 24576 | Author: lyd | Hits:

[OpenGL programoglmdi2

Description: 类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev-C++编译-similar VC Opengl MDI interface that allows the same interface can be shown under a variety of views. With dev- C compiler
Platform: | Size: 205824 | Author: 张扬 | Hits:

[GUI DevelopMDIFullScreen

Description: 本代码在VC中实现了MDI窗口的全屏显示,运行程序后,单击视图中的"全屏"即可,按"ESC"可退出全屏.-the code in VC MDI achieve a full-screen window, run programs, click View the "full-screen" can, by the "ESC" may withdraw from the full screen.
Platform: | Size: 3762176 | Author: 刘风 | Hits:

[GUI Developmdi的小程序

Description: vc++写的关于mdi的一段小程序 对于初学者应该比较有帮助-vc write on the MDI small section of the procedures for beginners should be more helpful
Platform: | Size: 2113536 | Author: 陈云海 | Hits:

[Books深入了解MFC文档视结构

Description: 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题。 -help beginners understand the wizard generates the overall structure of procedures Visual C with the powerful, user-friendly and highly favored by programmers. However, at present the basic class library of the Microsoft version 4.2, some nearly 200 categories, thousands of functions, coupled with Microsoft Corp. hidden some of the technical details, enabling in-depth study MFC very difficult. MFC+5.0 generate three types of applications : Based on the dialog applications, single-file application (SDI) and multi-document applications (MDI). The first two are relatively simple structure, this paper will not dwell on. The author intended from the documents MFC/depending on the structure, the analysis of functions and processes, and to address MDI application preparation process of some co
Platform: | Size: 22528 | Author: 王国维 | Hits:

[Dialog_WindowMDITab

Description: 给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
Platform: | Size: 104448 | Author: wbt | Hits:

[Dialog_WindowVisualFx_src

Description: VC实现多视图分割,支持sdi,mdi-VC realize multi-view segmentation, support sdi, mdi
Platform: | Size: 16384 | Author: | Hits:

[Graph programMDI

Description: 在VC++环境下实现了多文档的切换\分割窗口的显示,以及背景的设置-In VC++ Environment to achieve a multi-document window to switch the display of segmentation, and background settings
Platform: | Size: 224256 | Author: 崔林艳 | Hits:

[Documentsvcsummary

Description: VC中常用知识汇总,告诉你如何改变窗口的图标,如何改变窗口的缺省风格,如何让窗口和 MDI窗口一启动就最大化和最小化,如何限制窗口的大小-Summary of common knowledge in VC, to tell you how to change the window icon, how to change the default window style, how to make window and MDI window and one to start on the maximization of the smallest, and how to restrict the size of the window
Platform: | Size: 14336 | Author: 李殿东 | Hits:

[Dialog_WindowMDI

Description: Vc++ MDI+多视+窗口动态规划 -Vc++ MDI+ Multi-view window dynamic programming
Platform: | Size: 4503552 | Author: wq | Hits:

[Other systemsVC_development_MapInfo_OLE_examples_(MDI)

Description: VC开发MapInfo OLE的例子(MDI]-VC development MapInfo OLE examples [MDI]
Platform: | Size: 135168 | Author: Allen | Hits:

[OtherMFC

Description: VC++ MFC SDI/MDI 框架各部分指针获取方式-VC++ MFC SDI/MDI frame pointer access to all parts of the way
Platform: | Size: 5120 | Author: jessy | Hits:

[.netMDI

Description: 一个VC.net的MID程序 十分简单 适合初学者-VC.net the MID a very simple procedure suitable for beginners
Platform: | Size: 1789952 | Author: gaoyong | Hits:

[GUI DevelopText1

Description: VC MDI程序,比较全面地介绍了ListBox,ListCtrl,Combox等的使用,自定义菜单,工具栏,以及文件的输入输出等-VC MDI process, a more comprehensive description of the ListBox, ListCtrl, Combox such as the use of custom menus, toolbars, and file input and output, etc.
Platform: | Size: 1995776 | Author: BOB | Hits:

[GUI DevelopMDIWindowManager

Description: MDI窗口管理,通过对话框管理打开的文档和视图窗口。-MDI Windows manager
Platform: | Size: 34816 | Author: 心港 | Hits:

[CSharpMDI

Description: MDI超炫的界面,强悍的功能,功能完善性,是学习MDI程序的好帮手!-MDI stunning interface, powerful functions, functional, and is a good helper to learn MDI program!
Platform: | Size: 914432 | Author: 陈宇 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net